バージョン

Tree(TreeModel,IDictionary<String,Object>) メソッド

指定したツリー モデルと html 属性でツリーを描画します。
シンタックス
'宣言
 
Public Overloads Function Tree( _
   ByVal treeModel As TreeModel, _
   ByVal htmlAttributes As System.Collections.Generic.IDictionary(Of String,Object) _
) As System.Web.Mvc.MvcHtmlString
public System.Web.Mvc.MvcHtmlString Tree( 
   TreeModel treeModel,
   System.Collections.Generic.IDictionary<string,object> htmlAttributes
)

パラメータ

treeModel
ツリー モデル。
htmlAttributes
HTML 属性。
参照

オンラインで表示: GitHub